40 PRINT "Based on the book, BASIC COPUTER GAMES Microcomputer Edition, by David H Ahl"
50 PRINT :PRINT :PRINT
60 PRINT "Try your hand at governing ancient SUMERIA for a ten-year term of office"
70 TD=0 'TD=total dead
80 PP = 0:Z = 0: 'pp = percent of died per year over your term of office, z = year
90 S = 2800: H = 3000: 's = bushels of grain in store, h = bushels of grain harvested
100 Y = 3: E = H-S: A = H/Y: 'y = number of bushels of grain harvested per acre, e = bushels of grain the RATS ate, a = the number of acres of land that the city ownes
110 I = 5: Q = 1 'i = the number of people coming to the city, q = factor
120 P=95
130 PRINT :PRINT :PRINT
140 PRINT "To begin your term of office,enter any"
150 PRINT :PRINT "number between 0 and 1000";:INPUT R
160 RANDOMIZE R
170 D = 0 'd = number of people starved, begins main program,
180 CLS:Z=Z+1:IF Z=11 THEN 1090
190 PRINT " HAMURABI: I beg to report to you that":PRINT
200 PRINT "In year";Z;",";D;"people starved,":PRINT
210 PRINT I;"came to the City,":PRINT
220 P = P + I
230 IF Q > 0 THEN 260
240 P = INT(P/2)
250 PRINT "a horrible plague struck, killing half of the population!!!":PRINT
260 PRINT "The total population is now";P;".":PRINT
270 PRINT "The City now ownes ";A;"acres of land.":PRINT
280 PRINT "We harvested ";Y;" bushels per acre.":PRINT
290 PRINT "The cursed rats ate "E;" bushels.":PRINT
300 PRINT "We now have ";S;" bushels in storage.":PRINT
310 C = INT(10*RND(1)):LP = C + 17
320 PRINT :PRINT :PRINT "Land is trading at";LP;"bushels per acre."
330 PRINT :PRINT "How many acres do you wish to buy.";
340 INPUT Q
350 IF Q<0 THEN 1050
360 IF LP*Q<=S THEN 390
370 GOSUB 960
380 GOTO 330
390 IF Q=0 THEN 430
400 A =A+Q
410 S =S-LP*Q : C=0
420 GOTO 510
430 PRINT :PRINT "How many acres do you wish to sell";
440 INPUT Q
450 IF Q<0 THEN 1050
460 IF Q<A THEN 490
470 GOSUB 1000
480 GOTO 430
490 A=A-Q
500 S=S+LP*Q:C=0
510 PRINT :PRINT
520 PRINT "How many bushels do you wish to feed your people";:INPUT Q
530 IF Q<0 THEN 1050
540 IF Q<=S THEN 570 'attempting to use more grain than is stored
550 GOSUB 960
560 GOTO 520
570 S=S-Q:C=1
580 PRINT :PRINT
590 PRINT "How many acres do you wish to plant with seed";
600 INPUT G
610 IF G=0 THEN 740
620 IF G<0 THEN 1050
630 IF G <=A THEN 660 'Trying to plant more acres than you own
640 GOSUB 1000
650 GOTO 580
660 IF INT(G/2)<=S THEN 690 'enough grain for planting
670 GOSUB 960
680 GOTO 580
690 IF G<10*P THEN 730
700 PRINT :PRINT :PRINT "But you only have";P;"people to tend the fields! "
710 PRINT "Now then,"
720 GOTO 580
730 S=S-INT(G/2)
740 GOSUB 1030
750 LP=C: H=G*Y:E=0 'bountiful harvest
760 Y=C
770 GOSUB 1030
780 IF INT(C/2)<>C/2 THEN 800
790 E=INT(S/C) 'RATS ARE RAMPANT !
800 S=S-E+H
810 GOSUB 1030
820 I=INT(C*(20*A+S)/P/100+1)'population growth
830 C=INT(Q/20) 'adequate food
840 Q=INT(10*(2*RND(1)-0.3)) '15% chance of PLAGUE11
850 Q=INT(10*(2*RND(1)-0.3)) '15% chance of PLAGUE !!!
860 IF P<C THEN 170
870 D=P-C
880 IF D>0.45*P THEN 920 'starve enough people for impeachment
890 PP=((Z-1)*PP+D*100/P)/Z
900 P=C: TD=TD+D
910 GOTO 180
920 CLS :PRINT :PRINT :PRINT "You starved";D;"people in one year!!!"
930 PRINT :PRINT "Due to this extreme mismanagement, you have not only"
940 PRINT "been impeached and thrown out of office but you also have been declared national fink!!!!"
950 GOTO 1430
960 PRINT :PRINT "HAMMURABI: Think again. You only have";S
970 PRINT "bushels of grain. Now then."
980 RETURN
990 PRINT :PRINT
1000 PRINT "HAMMURABI: Think again. You only"
1010 PRINT "have";A;"acres. Now then."
1020 RETURN
1030 C=INT(RND(1)*5)+1 'c=1 to 6
1040 RETURN
1050 PRINT :PRINT
1060 PRINT "HAMMURABI: I cannot do what you wish."
1070 PRINT "Get yourslf another servant!!!!!!"
1080 GOTO 1430
1090 CLS :PRINT :PRINT "In your ten year term of office,"
1100 PRINT PP;"percent of the population "
1110 PRINT "starved per year on the average,"
1120 PRINT "i.e. a total of";TD;"people died!"
1130 L=A/P
1140 PRINT "You started with 10 acres per "
1150 PRINT "person and ended with";L
1160 PRINT "acres per person.":PRINT
1170 IF PP>33 THEN 930
1180 IF L<7 THEN 930
1190 IF PP>10 THEN 1290
1200 IF L<9 THEN 1290
1210 IF PP>3 THEN 1370
1220 IF L<10 THEN 1370
1230 PRINT "A SUPER FANTASTIC PERFORMANCE !!!"
1240 PRINT
1250 PRINT "Nobody in the entire Kingdom coud have"
1260 PRINT
1270 PRINT "done better ! Your truly GREAT !!"
1280 GOTO 1480
1290 PRINT "Your heavy handed rule smacks of"
1300 PRINT
1310 PRINT "Ivan the Terrible, or Adolf Hitler"
1320 PRINT
1330 PRINT "The people (remaining) find you ":PRINT
1340 PRINT "an unpleasant ruler, and quite ":PRINT
1350 PRINT "frankly, HATE YOUR GUTS !!!"
1360 GOTO 1480
1370 PRINT "Your performance as our Ruler could":PRINT
1380 PRINT "have been much better, but really":PRINT